.tableinfo {
    	background-color: #F6F6F6;
	border: 1px solid #C8C9CA;
	margin: 0 0 10px;
	padding: 3px;
	text-align: left;
        border-radius: 4px;
        width: 98%;
}
.Size1of2 {
    display: inline-block;
    width: 250px;
    vertical-align: top;
}

.Size1of2 h4, .Size1of2 a {
    color: #F92;
}

.Size1of2 .AsBlock{
    top: 0px;
    left: 0px;
    height: 100%;
    width:100px;
    text-indent: -9999px;
   
}
 .Size1of2 p {
    margin: 0px 2px 0px 0px;
    padding: 0px 5px 5px;
    line-height: 14px;
    border-width: medium 1px 1px;
    /*border-style: none solid solid;*/
    border-color: -moz-use-text-color transparent transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

.FieldExplanation {
    color: #888;
}

.Clear {
    float: none !important;
    clear: both !important;
}

.LayoutGrid {
  list-style: outside none none;  
  overflow: hidden;
}
.pageheader {
            height: 25px;
            margin-bottom: 10px;
            border: 1px solid #C8C9CA;
            padding: 4px;
            //text-align: center;
            border-radius: 5px;
            background-color: #f1f1f1;
        }
        .pageheader span {
            font-weight: bold;
            font-size: 1.4em;
            font-family: arial;
            color: #454545;
            font-weight: bold;
            text-shadow: 1px 1px #FFF;
            padding-left:10px;
        }

.blueLinkBtn {
    background-color: #4B81E8; /* adds a background colour to the button */
    color: #fff; /* changes the text colour */
    cursor: pointer; /* changes the mouse on hover */
    padding: 10px 30px; /* adds 10px of space to top and bottom of text and 30px of space on either side */ 
    border: 1px solid #4B81E8;
    text-decoration: none;
}
.blueLinkBtn:hover {
    background-color: #fff; /* adds a background hover colour to the button */
    color: #4B81E8; /* changes the text colour on hover */
}